/* Small devices (phones, 576px and up) */
@media (min-width: 576px) {
  .hero_img {
    width: 400px;
  }
  .hero_text_container h3 {
    font-size: 38px;
  }

  .features_heading {
    font-size: 18px;
  }
  .features_sub_heading {
    font-size: 17px;
  }
  .features_points {
    font-size: 15px;
  }

  /* about us page start  */
  .about_us_heading {
    font-size: 18px;
  }

  /* about us page start  */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .logo {
    width: 250px;
    height: 80px;
    object-fit: contain;
  }
  .hero_img {
    width: 400px;
    margin: auto 0;
  }
  .hero_title {
    font-size: 14px;
  }
  .hero_text_container h3 {
    font-weight: 800;
    font-size: 40px;
  }
  .nav_items {
    list-style: none;
    padding: 0 1rem;
  }
  .nav_links {
    text-decoration: none;
    padding: 0.5rem 0;
    background-color: white;
  }
  .nav_dropdown_btn {
    font-weight: 700;
  }
  .nav_links:hover {
    color: #9a1919;
    border-bottom: 3px solid #fb2d2d;
  }
  .nav_links:active {
    border-bottom: 3px solid #fb2d2d;
  }
  .features_heading {
    font-size: 24px;
  }
  .features_sub_heading {
    font-size: 22px;
  }
  .features_text {
    font-size: 16px;
  }
  .features_points {
    font-size: 16px;
  }
  .login_btn a {
    font-size: 16px;
    padding: 0.6rem 2rem;
  }
  .register_btn a {
    font-size: 16px;
    padding: 0.6rem 2rem;
  }
  .contact_heading {
    font-size: 28px;
  }
  .contact_para {
    font-size: 16px;
  }
  .card_heading {
    font-size: 18px;
  }

  /* about us page start  */
  .about_us_heading {
    font-size: 22px;
  }
  .about_us_list {
    font-size: 16px;
  }

  /* about us page start  */
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero_img {
    width: 450px;
    margin: auto 0;
  }
  .hero_highlight {
    font-weight: 700;
  }
  .hero_text_container h3 {
    font-size: 48px;
  }
  .hero_text_container {
    width: 500px;
  }
  .features_heading {
    font-size: 28px;
  }
  .features_sub_heading {
    font-size: 22px;
  }
  .features_points {
    font-size: 17px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .logo {
    width: 250px;

    object-fit: contain;
  }
  .hero_img {
    width: 550px;
    margin: auto 0;
  }
  .hero_text_container h3 {
    font-size: 50px;
  }

  /* about us page start  */
  .about_us_heading {
    font-size: 24px;
  }

  /* about us page start  */
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  /* Your styles for extra extra large devices */
}
